home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #1
/
Amiga Plus CD - 1997 - No. 01.iso
/
pd
/
programmierung
/
arexxport_dev
/
demo
/
arexxtest.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1996-05-06
|
210 b
|
11 lines
/* List all the Arexx Error Messages */
if ~show("L","arexxport.library") then
if ~addlib("arexxport.library", 37, -108) then exit
do n = 1 to 49
say localerrortext( n )
end
exit